Posts

Post not yet marked as solved
1 Replies
How to get 5G network type from the swift code?
Post not yet marked as solved
10 Replies
I don't want to monitor network type connected changes but I just want to know type of network mobile device is connected at given time. like want to know whether it's wifi or LTE or wired Ethernet.
Post not yet marked as solved
4 Replies
I am using Xcode 12.2 and using BGProcessTask to some task in the background. In iOS Device it works fine as i run the command to schedule the BGTask after the App goes to background, so in debug mode when i connect device to Mac and run commands then it works. Without running command When we background app and open the app the next day still the BGTask is not triggered. Can anyone has any suggestion on this?
Post marked as solved
56 Replies
This issue still not fixed. I created a framework in which I am submitting the BGProcessingTaskRequest upon appdidenterbackground notification. it complains about the Error Domain=BGTaskSchedulerErrorDomain Code=1. Ironically I built a sample app without framework it works fine in the Host App and was able to run the command to test the triggering of background process.
Post marked as solved
18 Replies
Above fix did not work for me.I am also facing the same issue when I create a Framework with CocoaPods as Dependency and add Alamofire, App i crashing that Alamofire not dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire Xcode (11.4.1)By default its creating Apps with iOS 13.4Ironically when i use the Pod dependency of Alamofire in a iOS Application its working. Only If we want to create a Custom Framework with CoCoaPods as dependency with Alamofire its not working.I tried below to fix but not working1. remove use_frameworks!